Bump the all-dependencies group across 1 directory with 83 updates - #801
Bump the all-dependencies group across 1 directory with 83 updates#801dependabot[bot] wants to merge 1 commit into
Conversation
🚀 Quick Review App CommandsWelcome! Here are the commands you can use in this PR:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 23f2431424
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "redux-thunk": "^2.2.0", | ||
| "rescript": "^11.1.4", | ||
| "redux": "^5.0.1", | ||
| "redux-thunk": "^3.1.0", |
There was a problem hiding this comment.
Update redux-thunk imports before bumping to v3
When the packs import the registered stores, both commentsStore.js and routerCommentsStore.js still use import thunkMiddleware from 'redux-thunk'. redux-thunk v3 removed the default export and exposes thunk as a named export, so this bump makes the store bundle fail with a missing default export or passes an undefined middleware into applyMiddleware. Update those imports to the v3 API or keep the dependency on v2.
Useful? React with 👍 / 👎.
| "tailwindcss": "^3.3.3", | ||
| "style-loader": "^4.0.0", | ||
| "swc-loader": "^0.2.7", | ||
| "tailwindcss": "^4.3.3", |
There was a problem hiding this comment.
Keep Tailwind on v3 or migrate the PostCSS setup
This app still processes client/app/assets/styles/application.css through postcss.config.js, where PostCSS loads tailwindcss directly and the stylesheet uses the v3 tailwindcss/base, components, and utilities imports. Tailwind v4 moved the PostCSS plugin to @tailwindcss/postcss, but this bump does not add that package or migrate the CSS import, so any Shakapacker build that includes stimulus-bundle.js will fail during CSS processing. Pin Tailwind 3 or migrate the PostCSS config and CSS entrypoint together.
Useful? React with 👍 / 👎.
Bumps the all-dependencies group with 82 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.28.3` | `7.29.7` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.4` | `7.29.7` | | [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.28.3` | `7.29.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.3` | `7.29.7` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.28.4` | `7.29.7` | | [@glennsl/rescript-fetch](https://github.com/glennsl/rescript-fetch) | `0.2.3` | `0.3.0` | | [@glennsl/rescript-json-combinators](https://github.com/glennsl/rescript-json-combinators) | `1.4.0` | `1.5.1` | | [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) | `7.3.0` | `8.0.23` | | [@rails/actioncable](https://github.com/rails/rails) | `7.0.5` | `8.1.300` | | [@rescript/core](https://github.com/rescript-association/rescript-core) | `0.5.0` | `1.6.1` | | [@rescript/react](https://github.com/rescript-lang/rescript-react) | `0.11.0` | `0.15.0` | | [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) | `2.0.4` | `2.1.5` | | [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `2.0.4` | `2.1.5` | | [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.13.5` | `1.15.46` | | [ajv](https://github.com/ajv-validator/ajv) | `8.17.1` | `8.20.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.5.4` | | [axios](https://github.com/axios/axios) | `0.21.4` | `1.18.1` | | [compression-webpack-plugin](https://github.com/webpack/compression-webpack-plugin) | `10.0.0` | `12.0.0` | | [css-loader](https://github.com/webpack/css-loader) | `6.11.0` | `7.1.4` | | [css-minimizer-webpack-plugin](https://github.com/webpack/css-minimizer-webpack-plugin) | `5.0.1` | `8.0.0` | | [expose-loader](https://github.com/webpack-contrib/expose-loader) | `4.1.0` | `5.0.1` | | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.4` | `5.6.8` | | [immutable](https://github.com/immutable-js/immutable-js) | `4.3.7` | `5.1.9` | | [imports-loader](https://github.com/webpack-contrib/imports-loader) | `4.0.1` | `5.0.0` | | [jquery](https://github.com/jquery/jquery) | `3.7.1` | `4.0.0` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `5.2.2` | | [loader-utils](https://github.com/webpack/loader-utils) | `1.4.2` | `3.3.1` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [marked](https://github.com/markedjs/marked) | `5.1.2` | `18.0.7` | | [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) | `3.2.0` | `4.1.4` | | [marked-mangle](https://github.com/markedjs/marked-mangle) | `1.1.11` | `1.1.13` | | [postcss-loader](https://github.com/webpack/postcss-loader) | `7.3.3` | `8.2.1` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `8.5.1` | `11.3.2` | | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` | | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` | | [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `4.1.2` | `6.1.2` | | [react-intl](https://github.com/formatjs/formatjs) | `6.8.9` | `10.1.18` | | [react-redux](https://github.com/reduxjs/react-redux) | `8.1.3` | `9.3.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `6.30.1` | `8.3.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.1` | `7.18.1` | | [react-server-dom-webpack](https://github.com/react/react/tree/HEAD/packages/react-server-dom-webpack) | `19.2.7` | `19.2.8` | | [redux](https://github.com/reduxjs/redux) | `4.2.1` | `5.0.1` | | [redux-thunk](https://github.com/reduxjs/redux-thunk) | `2.4.2` | `3.1.0` | | [rescript](https://github.com/rescript-lang/rescript) | `11.1.4` | `12.3.0` | | [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader) | `2.3.2` | `5.0.0` | | [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) | `2.17.0` | `2.17.6` | | [sass](https://github.com/sass/dart-sass) | `1.93.2` | `1.102.0` | | [sass-loader](https://github.com/webpack/sass-loader) | `13.3.3` | `17.0.0` | | [shakapacker](https://github.com/shakacode/shakapacker) | `10.2.0` | `10.3.0` | | [style-loader](https://github.com/webpack-contrib/style-loader) | `3.3.4` | `4.0.0` | | [swc-loader](https://github.com/swc-project/pkgs) | `0.2.6` | `0.2.7` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.18` | `4.3.3` | | [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin) | `5.3.14` | `5.6.1` | | [webpack](https://github.com/webpack/webpack) | `5.105.4` | `5.109.1` | | [webpack-assets-manifest](https://github.com/webdeveric/webpack-assets-manifest) | `5.2.1` | `6.5.2` | | [webpack-cli](https://github.com/webpack/webpack-cli) | `5.1.4` | `7.2.1` | | [webpack-merge](https://github.com/survivejs/webpack-merge) | `5.10.0` | `6.0.1` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.28.4` | `7.29.7` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.27.1` | `7.29.7` | | [@rspack/plugin-react-refresh](https://github.com/rstackjs/rspack-plugin-react-refresh) | `2.0.0` | `2.0.2` | | [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.19` | `0.5.20` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.9.1` | `7.0.0` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.2` | | [@webpack-cli/serve](https://github.com/webpack/webpack-cli) | `2.0.5` | `3.0.1` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `29.7.0` | `30.4.1` | | [body-parser](https://github.com/expressjs/body-parser) | `1.20.3` | `2.3.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.8.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.2` | `10.1.8` | | [eslint-import-resolver-webpack](https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack) | `0.13.10` | `0.13.11` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.9.0` | `29.16.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `4.2.5` | `5.5.6` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `7.1.1` | | [express](https://github.com/expressjs/express) | `4.21.2` | `5.2.1` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.2.0` | `30.4.1` | | [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) | `2.9.4` | `2.10.2` | | [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.9.6` | | [prettier-eslint-cli](https://github.com/prettier/prettier-eslint-cli) | `7.1.0` | `9.2.1` | | [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.2` | `0.18.0` | | [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.2` | `6.0.0` | Updates `@babel/cli` from 7.28.3 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-cli) Updates `@babel/core` from 7.28.4 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) Updates `@babel/plugin-transform-runtime` from 7.28.3 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.28.3 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-preset-env) Updates `@babel/runtime` from 7.28.4 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-runtime) Updates `@glennsl/rescript-fetch` from 0.2.3 to 0.3.0 - [Commits](glennsl/rescript-fetch@v0.2.3...v0.3.0) Updates `@glennsl/rescript-json-combinators` from 1.4.0 to 1.5.1 - [Release notes](https://github.com/glennsl/rescript-json-combinators/releases) - [Commits](glennsl/rescript-json-combinators@v1.4.0...v1.5.1) Updates `@hotwired/turbo-rails` from 7.3.0 to 8.0.23 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/commits) Updates `@rails/actioncable` from 7.0.5 to 8.1.300 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) Updates `@rescript/core` from 0.5.0 to 1.6.1 - [Release notes](https://github.com/rescript-association/rescript-core/releases) - [Changelog](https://github.com/rescript-lang/rescript-core/blob/main/CHANGELOG.md) - [Commits](rescript-lang/rescript-core@0.5.0...1.6.1) Updates `@rescript/react` from 0.11.0 to 0.15.0 - [Release notes](https://github.com/rescript-lang/rescript-react/releases) - [Changelog](https://github.com/rescript-lang/rescript-react/blob/master/CHANGELOG.md) - [Commits](rescript-lang/rescript-react@v0.11.0...v0.15.0) Updates `@rspack/cli` from 2.0.4 to 2.1.5 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.5/packages/rspack-cli) Updates `@rspack/core` from 2.0.4 to 2.1.5 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.5/packages/rspack) Updates `@swc/core` from 1.13.5 to 1.15.46 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits/v1.15.46/packages/core) Updates `ajv` from 8.17.1 to 8.20.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.17.1...v8.20.0) Updates `autoprefixer` from 10.4.21 to 10.5.4 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.21...10.5.4) Updates `axios` from 0.21.4 to 1.18.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v1.18.1) Updates `compression-webpack-plugin` from 10.0.0 to 12.0.0 - [Release notes](https://github.com/webpack/compression-webpack-plugin/releases) - [Changelog](https://github.com/webpack/compression-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/compression-webpack-plugin@v10.0.0...v12.0.0) Updates `css-loader` from 6.11.0 to 7.1.4 - [Release notes](https://github.com/webpack/css-loader/releases) - [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md) - [Commits](webpack/css-loader@v6.11.0...v7.1.4) Updates `css-minimizer-webpack-plugin` from 5.0.1 to 8.0.0 - [Release notes](https://github.com/webpack/css-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack/css-minimizer-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/css-minimizer-webpack-plugin@v5.0.1...v8.0.0) Updates `expose-loader` from 4.1.0 to 5.0.1 - [Release notes](https://github.com/webpack-contrib/expose-loader/releases) - [Changelog](https://github.com/webpack/expose-loader/blob/main/CHANGELOG.md) - [Commits](webpack/expose-loader@v4.1.0...v5.0.1) Updates `html-webpack-plugin` from 5.6.4 to 5.6.8 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.4...v5.6.8) Updates `immutable` from 4.3.7 to 5.1.9 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](immutable-js/immutable-js@v4.3.7...v5.1.9) Updates `imports-loader` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/webpack-contrib/imports-loader/releases) - [Changelog](https://github.com/webpack/imports-loader/blob/main/CHANGELOG.md) - [Commits](webpack/imports-loader@v4.0.1...v5.0.0) Updates `jquery` from 3.7.1 to 4.0.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](jquery/jquery@3.7.1...4.0.0) Updates `js-yaml` from 4.1.0 to 5.2.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...5.2.2) Updates `loader-utils` from 1.4.2 to 3.3.1 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.2...v3.3.1) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) Updates `marked` from 5.1.2 to 18.0.7 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v5.1.2...v18.0.7) Updates `marked-gfm-heading-id` from 3.2.0 to 4.1.4 - [Release notes](https://github.com/markedjs/marked-gfm-heading-id/releases) - [Changelog](https://github.com/markedjs/marked-gfm-heading-id/blob/main/release.config.cjs) - [Commits](markedjs/marked-gfm-heading-id@v3.2.0...v4.1.4) Updates `marked-mangle` from 1.1.11 to 1.1.13 - [Release notes](https://github.com/markedjs/marked-mangle/releases) - [Changelog](https://github.com/markedjs/marked-mangle/blob/main/release.config.cjs) - [Commits](markedjs/marked-mangle@v1.1.11...v1.1.13) Updates `postcss` from 8.5.6 to 8.5.25 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.25) Updates `postcss-loader` from 7.3.3 to 8.2.1 - [Release notes](https://github.com/webpack/postcss-loader/releases) - [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md) - [Commits](webpack/postcss-loader@v7.3.3...v8.2.1) Updates `postcss-preset-env` from 8.5.1 to 11.3.2 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `react-dom` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) Updates `react-error-boundary` from 4.1.2 to 6.1.2 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](bvaughn/react-error-boundary@4.1.2...6.1.2) Updates `react-intl` from 6.8.9 to 10.1.18 - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.8.9...react-intl@10.1.18) Updates `react-redux` from 8.1.3 to 9.3.0 - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/react-redux@v8.1.3...v9.3.0) Updates `react-router` from 6.30.1 to 8.3.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.0/packages/react-router) Updates `react-router-dom` from 6.30.1 to 7.18.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.1/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.1/packages/react-router-dom) Updates `react-server-dom-webpack` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-server-dom-webpack) Updates `redux` from 4.2.1 to 5.0.1 - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/redux@v4.2.1...v5.0.1) Updates `redux-thunk` from 2.4.2 to 3.1.0 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](reduxjs/redux-thunk@v2.4.2...v3.1.0) Updates `rescript` from 11.1.4 to 12.3.0 - [Release notes](https://github.com/rescript-lang/rescript/releases) - [Changelog](https://github.com/rescript-lang/rescript/blob/v12.3.0/CHANGELOG.md) - [Commits](rescript-lang/rescript@v11.1.4...v12.3.0) Updates `resolve-url-loader` from 2.3.2 to 5.0.0 - [Release notes](https://github.com/bholloway/resolve-url-loader/releases) - [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v5/packages/resolve-url-loader/CHANGELOG.md) - [Commits](https://github.com/bholloway/resolve-url-loader/commits/5.0.0/packages/resolve-url-loader) Updates `sanitize-html` from 2.17.0 to 2.17.6 - [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/apostrophe/commits/HEAD/packages/sanitize-html) Updates `sass` from 1.93.2 to 1.102.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.93.2...1.102.0) Updates `sass-loader` from 13.3.3 to 17.0.0 - [Release notes](https://github.com/webpack/sass-loader/releases) - [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md) - [Commits](webpack/sass-loader@v13.3.3...v17.0.0) Updates `shakapacker` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/shakacode/shakapacker/releases) - [Changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md) - [Commits](shakacode/shakapacker@v10.2.0...v10.3.0) Updates `style-loader` from 3.3.4 to 4.0.0 - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack/style-loader/blob/main/CHANGELOG.md) - [Commits](webpack/style-loader@v3.3.4...v4.0.0) Updates `swc-loader` from 0.2.6 to 0.2.7 - [Commits](https://github.com/swc-project/pkgs/commits) Updates `tailwindcss` from 3.4.18 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss) Updates `terser-webpack-plugin` from 5.3.14 to 5.6.1 - [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/minimizer-webpack-plugin@v5.3.14...v5.6.1) Updates `webpack` from 5.105.4 to 5.109.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.105.4...v5.109.1) Updates `webpack-assets-manifest` from 5.2.1 to 6.5.2 - [Release notes](https://github.com/webdeveric/webpack-assets-manifest/releases) - [Changelog](https://github.com/webdeveric/webpack-assets-manifest/blob/master/release.config.mjs) - [Commits](webdeveric/webpack-assets-manifest@v5.2.1...v6.5.2) Updates `webpack-cli` from 5.1.4 to 7.2.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@7.2.1) Updates `webpack-merge` from 5.10.0 to 6.0.1 - [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md) - [Commits](survivejs/webpack-merge@v5.10.0...v6.0.1) Updates `@babel/eslint-parser` from 7.28.4 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/eslint/babel-eslint-parser) Updates `@babel/preset-react` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-preset-react) Updates `@rspack/plugin-react-refresh` from 2.0.0 to 2.0.2 - [Release notes](https://github.com/rstackjs/rspack-plugin-react-refresh/releases) - [Commits](rstackjs/rspack-plugin-react-refresh@v2.0.0...v2.0.2) Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss-typography@v0.5.19...v0.5.20) Updates `@testing-library/jest-dom` from 6.9.1 to 7.0.0 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.9.1...v7.0.0) Updates `@testing-library/react` from 16.3.0 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.0...v16.3.2) Updates `@webpack-cli/serve` from 2.0.5 to 3.0.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.5...@webpack-cli/serve@3.0.1) Updates `babel-jest` from 29.7.0 to 30.4.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/babel-jest) Updates `body-parser` from 1.20.3 to 2.3.0 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.3...v2.3.0) Updates `eslint` from 8.57.1 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.8.0) Updates `eslint-config-prettier` from 8.10.2 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/commits/v10.1.8) Updates `eslint-import-resolver-webpack` from 0.13.10 to 0.13.11 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/resolvers/webpack/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/commits/resolvers/webpack/v0.13.11/resolvers/webpack) Updates `eslint-plugin-jest` from 27.9.0 to 29.16.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.9.0...v29.16.0) Updates `eslint-plugin-prettier` from 4.2.5 to 5.5.6 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v4.2.5...v5.5.6) Updates `eslint-plugin-react-hooks` from 4.6.2 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `express` from 4.21.2 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.21.2...v5.2.1) Updates `jest` from 29.7.0 to 30.4.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest) Updates `jest-environment-jsdom` from 30.2.0 to 30.4.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-environment-jsdom) Updates `mini-css-extract-plugin` from 2.9.4 to 2.10.2 - [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/mini-css-extract-plugin@v2.9.4...v2.10.2) Updates `prettier` from 2.8.8 to 3.9.6 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.9.6) Updates `prettier-eslint-cli` from 7.1.0 to 9.2.1 - [Release notes](https://github.com/prettier/prettier-eslint-cli/releases) - [Changelog](https://github.com/prettier/prettier-eslint-cli/blob/master/CHANGELOG.md) - [Commits](prettier/prettier-eslint-cli@v7.1.0...v9.2.1) Updates `react-refresh` from 0.14.2 to 0.18.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react) Updates `regenerator-runtime` from 0.13.11 to 0.14.1 - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `webpack-dev-server` from 4.15.2 to 6.0.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v4.15.2...v6.0.0) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 7.29.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@babel/eslint-parser" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.29.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@babel/preset-env" dependency-version: 7.29.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@babel/preset-react" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@babel/runtime" dependency-version: 7.29.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@glennsl/rescript-fetch" dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@glennsl/rescript-json-combinators" dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@hotwired/turbo-rails" dependency-version: 8.0.23 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@rails/actioncable" dependency-version: 8.1.300 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@rescript/core" dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@rescript/react" dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@rspack/cli" dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@rspack/core" dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@rspack/plugin-react-refresh" dependency-version: 2.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@swc/core" dependency-version: 1.15.46 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@webpack-cli/serve" dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ajv dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: autoprefixer dependency-version: 10.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: babel-jest dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: body-parser dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: compression-webpack-plugin dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: css-loader dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: css-minimizer-webpack-plugin dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-import-resolver-webpack dependency-version: 0.13.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: eslint-plugin-jest dependency-version: 29.15.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-plugin-prettier dependency-version: 5.5.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: expose-loader dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: html-webpack-plugin dependency-version: 5.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: immutable dependency-version: 5.1.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: imports-loader dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jest-environment-jsdom dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: loader-utils dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: marked dependency-version: 18.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: marked-gfm-heading-id dependency-version: 4.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: marked-mangle dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mini-css-extract-plugin dependency-version: 2.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: postcss dependency-version: 8.5.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss-loader dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: postcss-preset-env dependency-version: 11.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: prettier-eslint-cli dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: react-error-boundary dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: react-intl dependency-version: 10.1.18 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: react-redux dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: react-refresh dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: react-router dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: react-router-dom dependency-version: 7.18.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: react-server-dom-webpack dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: redux dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: redux-thunk dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: regenerator-runtime dependency-version: 0.14.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rescript dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: resolve-url-loader dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: sanitize-html dependency-version: 2.17.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sass dependency-version: 1.101.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sass-loader dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: shakapacker dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: style-loader dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: swc-loader dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: terser-webpack-plugin dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: webpack dependency-version: 5.109.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: webpack-assets-manifest dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: webpack-cli dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: webpack-dev-server dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: webpack-merge dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
23f2431 to
e412b57
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e412b57405
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "immutable": "^4.3.0", | ||
| "imports-loader": "^4.0.0", | ||
| "html-webpack-plugin": "^5.6.8", | ||
| "immutable": "^5.1.9", |
There was a problem hiding this comment.
Keep Immutable on v4 or update default imports
When any comments bundle is built, this upgrade resolves Immutable 5, whose changelog says the default export was removed (https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md#minor-bc-break-remove-default-export). The app still default-imports Immutable in reducers, stores, and components such as client/app/bundles/comments/reducers/commentsReducer.js:4, so webpack will fail on the missing default export before the comments UI can render. Either switch these call sites to named/namespace imports or keep Immutable on 4.x.
Useful? React with 👍 / 👎.
| "react": "~19.2.8", | ||
| "react-dom": "~19.2.8", | ||
| "react-error-boundary": "^6.1.2", | ||
| "react-intl": "^10.1.18", |
There was a problem hiding this comment.
Keep React Intl below v10 or replace injectIntl
When the comments packs compile, several components still import injectIntl (CommentForm, CommentBox, and SimpleCommentScreen), but React Intl v10 removed that HOC (formatjs/formatjs#6216). This bump therefore makes those imports fail instead of rendering the localized comments screens; migrate the components to the current API, such as useIntl/IntlProvider patterns, or pin React Intl below v10.
Useful? React with 👍 / 👎.
| "@webpack-cli/serve": "^3.0.1", | ||
| "babel-jest": "^30.4.1", | ||
| "body-parser": "^2.3.0", | ||
| "eslint": "^10.8.0", |
There was a problem hiding this comment.
Migrate ESLint config before bumping to v10
When yarn lint:eslint runs, ESLint 10 no longer honors legacy .eslintrc.* or .eslintignore files per the v10 release notes (https://eslint.org/blog/2026/02/eslint-v10.0.0-released/), and I found only .eslintrc/.eslintignore in this repo with no eslint.config.*. That means the lint script will fail or run without the repository rules after this dependency bump; add a flat eslint.config.* migration in the same change or keep ESLint on v8.
Useful? React with 👍 / 👎.
Bumps the all-dependencies group with 82 updates in the / directory:
7.28.37.29.77.28.47.29.77.28.37.29.77.28.37.29.77.28.47.29.70.2.30.3.01.4.01.5.17.3.08.0.237.0.58.1.3000.5.01.6.10.11.00.15.02.0.42.1.52.0.42.1.51.13.51.15.468.17.18.20.010.4.2110.5.40.21.41.18.110.0.012.0.06.11.07.1.45.0.18.0.04.1.05.0.15.6.45.6.84.3.75.1.94.0.15.0.03.7.14.0.04.1.05.2.21.4.23.3.14.17.214.18.15.1.218.0.73.2.04.1.41.1.111.1.137.3.38.2.18.5.111.3.219.2.719.2.819.2.719.2.84.1.26.1.26.8.910.1.188.1.39.3.06.30.18.3.06.30.17.18.119.2.719.2.84.2.15.0.12.4.23.1.011.1.412.3.02.3.25.0.02.17.02.17.61.93.21.102.013.3.317.0.010.2.010.3.03.3.44.0.00.2.60.2.73.4.184.3.35.3.145.6.15.105.45.109.15.2.16.5.25.1.47.2.15.10.06.0.17.28.47.29.77.27.17.29.72.0.02.0.20.5.190.5.206.9.17.0.016.3.016.3.22.0.53.0.129.7.030.4.11.20.32.3.08.57.110.8.08.10.210.1.80.13.100.13.1127.9.029.16.04.2.55.5.64.6.27.1.14.21.25.2.129.7.030.4.230.2.030.4.12.9.42.10.22.8.83.9.67.1.09.2.10.14.20.18.00.13.110.14.15.9.37.0.24.15.26.0.0Updates
@babel/clifrom 7.28.3 to 7.29.7Release notes
Sourced from @babel/cli's releases.
... (truncated)
Commits
4fba754v7.29.7d7f4008v7.28.699dcba5chore: enable some ts-eslint rules (#17592)d9fa9c5[Babel 8]: Bump glob to v12 (#17594)c92c491Improve Unicode handling in code-frame tokenizer (#17589)83964de[Babel 8] chore: bump glob to v11 (#17590)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/clisince your current version.Updates
@babel/corefrom 7.28.4 to 7.29.7Release notes
Sourced from @babel/core's releases.
... (truncated)
Commits
4fba754v7.29.704ea6b2v7.29.699f498a[7.x packport]Improve input source map handling (#18001)feba0a3Preserve original identifier names from input sourcemaps (#17992) (#17998)aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/coresince your current version.Updates
@babel/plugin-transform-runtimefrom 7.28.3 to 7.29.7Release notes
Sourced from @babel/plugin-transform-runtime's releases.
... (truncated)
Commits
4fba754v7.29.7aa8394ev7.29.00053db6Update polyfill packages (#17727)f3a2226[babel 7] Delete Babel 8 fixtures (#17729)6287e94Run transform-runtime tests also in Babel 8 (#17615)61647aev7.28.542cb285Improve@babel/coretypes (#17404)85cafbeType check runtime scripts (#17522)3fc8d05[babel 8] Update default@babel/runtimeversion (#17512)1a68909[babel 8] Removesemverdependency from transform-runtime (#17511)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/plugin-transform-runtimesince your current version.Updates
@babel/preset-envfrom 7.28.3 to 7.29.7Release notes
Sourced from @babel/preset-env's releases.
... (truncated)
Commits
4fba754v7.29.73cd910dv7.29.53d399f8[7.x backport]docs(preset-env): update CONTRIBUTING.md (#17976)183db7bv7.29.3268f246Add bugfix plugin for Safari array rest destructuring bug (#17788)f8524d8Update compat data (#17686)37d5595v7.29.21c0a08d[7.x backport] fix: Properly handle await in finally (#17805)061bf95[7.x backport] preset-env include/exclude should accept bugfix plugins (#17789)aa8394ev7.29.0Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/preset-envsince your current version.Updates
@babel/runtimefrom 7.28.4 to 7.29.7Release notes
Sourced from @babel/runtime's releases.
... (truncated)
Commits
4fba754v7.29.737d5595v7.29.2d7f4008v7.28.6Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/runtimesince your current version.Updates
@glennsl/rescript-fetchfrom 0.2.3 to 0.3.0Commits
0c41aaf0.3.02c5a891chore: revert pre-release version bumpd0a0647style: formatting9ef4d46chore: fix build and format commands for rescript 12f58d42bchore: upgrade to ReScript 12 (#8)Updates
@glennsl/rescript-json-combinatorsfrom 1.4.0 to 1.5.1Commits
a314ff91.5.184f1fdachore(docs): update change loge91446ffix: missed deprecation warnings755b7b01.5.0615b231chore: update package-lock.json1878a43Merge pull request #10 from glennsl/rescript-12-final0a78ac0fix: deprecation warnings80ce435chore: rescript -> 12.0.0c7b7fd7Merge pull request #8 from flash-gordon/rescript-12dfb92cbRun formatUpdates
@hotwired/turbo-railsfrom 7.3.0 to 8.0.23Commits
Maintainer changes
This version was pushed to npm by packagethief, a new releaser for
@hotwired/turbo-railssince your current version.Updates
@rails/actioncablefrom 7.0.5 to 8.1.300Release notes
Sourced from @rails/actioncable's releases.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@rails/actioncablesince your current version.Updates
@rescript/corefrom 0.5.0 to 1.6.1Release notes
Sourced from @rescript/core's releases.
... (truncated)
Changelog
Sourced from @rescript/core's changelog.
... (truncated)
Commits
61456901.6.18d81863Add Set functions (#247)0de657a1.6.02cdaedfup versions98eb2e8Int: Add bitwise functions from Pervasives (#245)ddc4a08Add make and convenience functions for async iterators (#243)22642eaOptimize compare and equal functions (#238)3eb53c81.5.2c5599f3Remove aliases for runtime modules (#237)69dbeef1.5.1Updates
@rescript/reactfrom 0.11.0 to 0.15.0Release notes
Sourced from @rescript/react's releases.
... (truncated)
Changelog
Sourced from @rescript/react's changelog.
... (truncated)
Commits
8f3b391Version 0.15.0 (#155)3c566a4Update to rescript 12 (#154)ed63111Fix README106be9dVersion 0.14.2 (#153)07634d1React 19.2 APIs (#149)ed88461Version 0.14.1 (#150)42fdb68React 19.1 captureOwnerStack (#146)c8c3d05Version 0.14.0 (#144)71c239aKeepuseTransitionbackward compatibility and addstartTransition(#142)056ce1c@ocaml.doc -> proper doc comments (#141)Updates
@rspack/clifrom 2.0....Description has been truncated